Route read RPC methods directly to node for injected wallets#138
Route read RPC methods directly to node for injected wallets#138MuncleUscles wants to merge 1 commit intomainfrom
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
141da68 to
9b2a748
Compare
Summary
eth_sendTransaction,eth_chainId, andeth_getTransactionByHashWhy
Injected providers can alter or normalize read responses, which breaks localnet-specific transaction polling paths that expect GenLayer fields like
status.Validation
npm test -- --run tests/client.test.ts tests/contracts-actions.test.ts tests/transactions.test.ts